|
|
|
BlueCielo Meridian Enterprise 2012 System Requirements | BlueCielo ECM Solutions |
If Web Access will only be used on your organization’s intranet, no special configuration is necessary. Web Access is as secure as any other IIS website. But if you want to allow access from outside the organization for remote users, contractors, vendors, or other business partners, your network will need to be configured to allow access through one or more firewalls to the Web Access server. A description of this configuration follows and is illustrated in the following figure with example IP addresses:
This configuration is necessary because the Meridian application server communicates with Web Access running on the IIS server via the DCOM protocol. Web Access always starts a DCOM session with a request on the TCP port 135 of the Meridian application server. If a response is received, DCOM handles further communications, and which port will be used. The Meridian application server needs to be accessible from the IIS server on its own IP address because DCOM doesn’t support Network Address Translation (NAT).
To allow Web Access through a firewall:
Note If the Windows firewall is used, enable World Wide Web Services (HTTP Traffic in) and World Wide Web Services (HTTP Traffic in) in Windows Firewall and Advanced Security.
ROUTE –p ADD 192.168.2.0 MASK 255.255.255.0 192.168.1.3
Note If errors occur from mtx.exe, this means that you have restricted the Meridian website to run in a separate memory space, which is not allowed.
#dcom connection from Web Access to EDM Server
pass in quick on ed0 proto tcp from any port > 1023 to any port = 135 flags S keep state keep frags
#dcom connection from EDM Server to Web Access
block in on ed0 proto tcp from any port > 1023 to any port > 6000 flags S keep state keep frags
pass in quick on ed0 proto tcp from any port > 1023 to any port > 5000 flags S keep state keep frags
Note If the Windows firewall is used, add an exception rule in Windows Firewall and Advanced Security for the Meridian executable AMEDMW.exe.
On the firewall computer, edit the /etc/ipnat.rules file as below:
#test web client
bimap fxp1 192.168.1.240/32 -> x.x.x.x/32
(x.x.x.x = a real life Internet address)
Also edit the /etc/ipf.rules file as shown below:
#test web client
pass in quick on fxp1 proto tcp from any port > 1023 to 192.168.1.240/32 port = 80 flags S keep state keep frags
pass in quick on fxp1 proto tcp from any port > 1023 to 192.168.1.240/32 port = 443 flags S keep state keep frags
Your Meridian application server is now accessible securely via the Internet.
Bear in mind that the preceding steps relate to this configuration scenario only. However, the technique of using protocol levels in this way is the same for all configurations. More information regarding configuring DCOM and firewalls can be found at www.microsoft.com/com/wpaper/dcomfw.asp.
Related concepts
Understanding security requirements
Understanding the client computer privileges
Understanding the Meridian server privileges
Understanding the Web Access server privileges
Related tasks
Copyright © 2000-2012 BlueCielo ECM Solutions |